home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Present…nuary (Partner) - Disc 2
/
The Apple Reference and Presentations Library (Disc 2)(January 1994).iso
/
Diehl Graphsoft
/
German
/
MiniCad
/
MiniCad-PPC
/
MiniCad 5.0.1-D
/
MiniCad 5.0.1-D.rsrc
/
STR#_7025.txt
< prev
next >
Wrap
Text File
|
1994-10-06
|
540b
|
21 lines
Pauses until the user presses a keyboard key
GetKeyDown(VAR aCode : INTEGER);
Draws a line from a fixed point specified by X1,Y1 to a mouse defined point. X2,Y2 are not returned until the mouse is clicked
GetPtL(X1,Y1 : REAL; VAR X2,Y2 : REAL);
Returns X,Y coordinates by using the mouse. X,Y are not returned until the mouse is clicked
GetPt(VAR X,Y : REAL);
Allows the user to create a line using the mouse
GetLine(VAR X1,Y1,X2,Y2 : REAL);
Allows the user to create a rectangle using the mouse
GetRect(VAR X1,Y1,X2,Y2 : REAL);